home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __dl_hourglass_h
- #define __dl_hourglass_h
- #ifndef __dl_swi_h
- #include "SWI.h"
- #endif
- #define Hourglass_On() SWI(0,0,0x606c0)
- #define Hourglass_Start(startdelay) SWI(1,0,0x606c3,startdelay)
- #define Hourglass_Percentage(percent) SWI(1,0,0x606c4,percent)
- #define Hourglass_Off() SWI(0,0,0x606c1)
- #define Hourglass_Smash() SWI(0,0,0x606c2)
- #endif
-